From f63f5881c2bdb7d88ce6f2dfebc239bc316df82f Mon Sep 17 00:00:00 2001 From: Mirko Vogt Date: Fri, 26 Nov 2010 16:42:19 +0000 Subject: [PATCH] [backport 23598] "Add HOST_FPIC. It currently always is -fPIC, because that should work on all platforms, even if it may generate slightly inefficient code on some arches." - Since packages use this variable, it needs to be exported in backfire as well SVN-Revision: 24148 --- rules.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rules.mk b/rules.mk index 5f82f6d80c..86c8f8cf6d 100644 --- a/rules.mk +++ b/rules.mk @@ -45,6 +45,8 @@ else FPIC:=-fpic endif +HOST_FPIC:=-fPIC + ARCH_SUFFIX:= ifneq ($(findstring -mips32r2,$(TARGET_OPTIMIZATION)),) ARCH_SUFFIX:=_r2 -- 2.30.2